home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / FrameMaker / Samples / Maker Markup Language / Formats < prev    next >
Text File  |  1990-06-02  |  2KB  |  94 lines

  1. <MML 1.00 -    Formats.mml  Sample standard font, paragraph, and document 
  2.     formats>
  3. <Comment  *** Define fonts for Title, Section, Body, Headers and Footers.
  4.       Most of the defaults are good, so we just specify family,
  5.       size, and style. "ft" stands for "font for Titles", "fs" is
  6.       "font for sections," etc.>
  7. <!DefineFont ft
  8.     <Family     Times>
  9.     <pts     18>
  10.     <Bold>
  11. >
  12. <!DefineFont fs
  13.     <Family     Times>
  14.     <pts     14>
  15.     <Bold>
  16. >
  17. <!DefineFont fb
  18.     <Family     Times>
  19.     <pts     12>
  20.     <Plain>
  21. >
  22. <!DefineFont fhf
  23.     <Family     Times>
  24.     <pts 10>
  25.     <Plain >
  26. <Comment *** Set appropriate font for a Title paragraph and 
  27.          define its format: >
  28. <!DefinePar Title 
  29.     <ft>
  30.     <Alignment     Center > 
  31.     <SpaceAfter     12pt> 
  32.     <ForceFont    Yes>
  33. >
  34.  
  35. <Comment *** set font and define other paragraph formats>
  36. <!DefinePar Section
  37.     <fs>
  38.     <Alignment     Left >
  39.     <LeftIndent      0.50">
  40.     <FirstIndent      0.00">
  41.       <RightIndent      0.00">
  42.       <Leading     0pt>
  43.       <SpaceBefore     9pt>
  44.       <SpaceAfter     9pt>
  45.       <AutoNumber     Yes >
  46.       <NumberFormat     "+.0\t">
  47.     <TabStops <TabStop    0.50"> >
  48. >
  49. <!DefinePar Body
  50.     <fb>
  51.       <Alignment     LeftRight >
  52.       <LeftIndent      0.50">
  53.     <FirstIndent      0.50">
  54.       <RightIndent      0.00">
  55.       <Leading     2pt>
  56.       <SpaceBefore     0pt>
  57.       <SpaceAfter     10pt>
  58.     <ForceFont    Yes>
  59.      <AutoNumber     No >
  60.     <TabStops>
  61.  
  62. <!DefinePar BulletItem
  63.       <Alignment     Left >
  64.       <LeftIndent      0.75">
  65.     <FirstIndent      0.50">
  66.       <RightIndent      0.00">
  67.       <Leading     2pt>
  68.       <SpaceBefore     0pt>
  69.       <SpaceAfter     3pt>
  70.     <ForceFont    Yes>
  71.     <AutoNumber    Yes>
  72.     <NumberFormat    "\xA5 \t">
  73.       <Comment *** \xA5 is the bullet character. \t is a tab character.>
  74.     <TabStops
  75.         <TabStop    0.75">
  76.     >
  77.  
  78. <Comment  *** Document Layout descriptions. Most of the default settings
  79.       are good. >
  80. <Pagewidth        7.00">
  81. <PageHeight        10.00">
  82. <TopMargin        0.75">
  83. <BottomMargin        0.75">
  84. <LeftMargin        0.50">
  85. <RightMargin        0.50">
  86. <HeaderTopMargin    0.40">
  87. <HeaderBottomMargin    0.46">
  88. <HeaderLeftMargin    1.00">
  89. <HeaderRightMargin    1.00">
  90.  
  91.